home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple WWDC 1996
/
WWDC96_1996 (CD).toast
/
Technology Materials
/
MacOS 8 Resources
/
Developer Tools
/
Mac OS 8 Interfaces & Libraries
/
Interfaces
/
IDLIncludes
/
LanguageAnalysis.idl
< prev
next >
Wrap
Text File
|
1996-05-01
|
2KB
|
107 lines
/*
File: LanguageAnalysis.idl
Contains: Language Analysis Manager Interfaces
Version: Technology: System 8
Release: Universal Interfaces 3.0d3 on Copland DR1
Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
Bugs?: If you find a problem with this file, send the file and version
information (from above) and the problem description to:
Internet: apple.bugs@applelink.apple.com
AppleLink: APPLE.BUGS
*/
#ifndef __LANGUAGEANALYSIS_IDL__
#define __LANGUAGEANALYSIS_IDL__
#include <somobj.idl>
#include <somcls.idl>
#ifndef __TYPES_IDL__
#include <Types.idl>
#endif
#ifndef __AEDATAMODEL_IDL__
#include <AEDataModel.idl>
#endif
#ifndef __AEREGISTRY_IDL__
#include <AERegistry.idl>
#endif
#ifndef __FILEMANAGERTYPES_IDL__
#include <FileManagerTypes.idl>
#endif
#ifndef __LOCALEOBJECTS_IDL__
#include <LocaleObjects.idl>
#endif
#ifndef __DICTIONARY_IDL__
#include <Dictionary.idl>
#endif
#ifdef __SOMIDL__
#if FOR_SYSTEM8_PREEMPTIVE
#if FOR_PTR_BASED_AE
typedef UInt32 LAItemOffset;
typedef LocaleObjectRef LAEnvironmentLocaleObjectRef;
typedef OpaquePtr LAContextRef;
typedef AEKeyword LAPropertyKey;
typedef DescType LAPropertyType;
/*
Names for Environment Locale Object Attribute Names and Values
*/
/* Japanese Kana-Kanji conversion*/
/* Japanese TTS*/
/* General Morpheme Analysis*/
/*
Tags for Environment Properties
*/
/*
Tags for dictionary information
*/
typedef AERecord LAMorphemeBundle;
typedef AERecord LAMorphemePath;
typedef AERecord LAMorpheme;
typedef AERecord LAHomograph;
typedef OptionBits LAFeedbackType;
/*
Error Value
*/
/*
Handling Context
*/
/*
Handling Environment
*/
/*
Handling dictionries
*/
/*
Analyzing text
*/
/*
Learning
*/
/*
TextObject interface
*/
#endif
#endif
#endif /* __SOMIDL__ */
#endif /* __LANGUAGEANALYSIS_IDL__ */